Holds the information about a try to import data sources. More...
Public Member Functions | |
ExporterLoadResult () | |
~ExporterLoadResult () | |
Public Attributes | |
nkMemory::UniquePtr< Node > | _tree |
ExportError | _error |
Holds the information about a try to import data sources.
If the import was successful, it will hold the parsed tree. If there was a failure, it will hold an error flagged as active and filled with related information.
nkExport::ExporterLoadResult::ExporterLoadResult | ( | ) |
Default constructor.
nkExport::ExporterLoadResult::~ExporterLoadResult | ( | ) |
Destructor.
nkMemory::UniquePtr<Node> nkExport::ExporterLoadResult::_tree |
The resulting parsed tree, if successful.
ExportError nkExport::ExporterLoadResult::_error |
The parsing error filled with information, if any.